翻訳と辞書
Words near each other
・ Test preparation
・ Test probe
・ Test Readiness Program
・ Test register
・ Test score
・ Test screening
・ Test script
・ Test set
・ Test Site
・ Test Stakes
・ Test stamp
・ Test Stand VII
・ Test statistic
・ Test strategy
・ Test strip
Test stub
・ Test Studio
・ Test subject
・ Test suite
・ Test target
・ Test Template Framework
・ Test the Nation
・ Test the Store
・ Test theories of special relativity
・ Test theory
・ Test to Destruction
・ Test Track
・ Test track
・ Test Track Centre near Żmigród
・ TeST TST-1 Alpin


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Test stub : ウィキペディア英語版
Test stub
In computer science, test stubs are programs that simulate the behaviors of software components (or modules) that a module undergoing tests depends on.
Test stubs are mainly used in incremental testing's top-down approach. Stubs are computer programs that act as temporary replacement for a called module and give the same output as the actual product or software.
==Example==
Consider a computer program that queries a database to obtain the sum price total of all products stored in the database. In this example, the query is slow and consumes a large number of system resources. This reduces the number of test runs per day. Secondly, tests may include values outside those currently in the database. The method (or call) used to perform this is ''get_total()''. For testing purposes, the source code in ''get_total()'' can be temporarily replaced with a simple statement that returns a specific value. This would be a test stub.
Several testing frameworks are available, as is software that generates test stubs based on existing source code and testing requirements.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Test stub」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.